ShipmentNotification-v1.0 Schema
Barcode Element
ShipmentNotification-v1.0 Schema > Row Complex Type : Barcode Element
Namespace urn:xmlns:nedfox-retaillink-com:ShipmentNotification
Diagram
BarcodeText Element BarcodeValue Element Choice Barcode Element
Overview
Choice
BarcodeValue optional xs:long
BarcodeText optional
Source
<xs:element name="Barcode" minOccurs="1" maxOccurs="1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:choice minOccurs="1" maxOccurs="1">
      <xs:element name="BarcodeValue" minOccurs="0" maxOccurs="1" type="xs:long" />
      <xs:element name="BarcodeText" minOccurs="0" maxOccurs="1" />
    </xs:choice>
  </xs:complexType>
</xs:element>
See Also
Row Complex TypeShipmentNotification-v1.0 Schema